Translate detail strings for radio buttons
authorMatthias Clasen <mclasen@redhat.com>
Wed, 17 Nov 2010 02:50:04 +0000 (21:50 -0500)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:14 +0000 (15:39 +0100)
gtk/gtkstyle.c

index 67337924cde2fa7d0291b0ef21922ce3cba6249d..8981613a67169b5a7179c9b4c0d4e34861ed778c 100644 (file)
@@ -1735,6 +1735,10 @@ transform_detail_string (const gchar     *detail,
       gtk_style_context_add_class (context, "check");
       gtk_style_context_add_class (context, "menu");
     }
+  else if (strcmp (detail, "radiobutton") == 0)
+    {
+      gtk_style_context_add_class (context, "radio");
+    }
   else if (strcmp (detail, "option") == 0)
     {
       gtk_style_context_add_class (context, "radio");